home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON01 / ACT01A / common1.cst / 00075.ls < prev    next >
Encoding:
Text File  |  2003-05-01  |  126 b   |  7 lines

  1. on mouseDown me
  2.   global gUI
  3.   if bounceButton(the clickOn) then
  4.     printActivitySpace gUI,rect(5,39,324,370),1
  5.   end if
  6. end
  7.